home *** CD-ROM | disk | FTP | other *** search
/ PC Advisor 2004 March / PC Advisor 103 2004 March.iso / webwipe / Setup.exe / 0 / RCDATA / TPARAMSFORM / TPARAMSFORM.txt
Encoding:
Text File  |  2000-02-25  |  22.0 KB  |  1,047 lines

  1. object ParamsForm: TParamsForm
  2.   Left = 208
  3.   Top = 109
  4.   BorderStyle = bsDialog
  5.   Caption = 'Setup.inf'
  6.   ClientHeight = 398
  7.   ClientWidth = 452
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   ShowHint = True
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object PageControl: TPageControl
  20.     Left = 0
  21.     Top = 0
  22.     Width = 452
  23.     Height = 363
  24.     ActivePage = TextInfo
  25.     Align = alTop
  26.     MultiLine = True
  27.     TabOrder = 0
  28.     object MainWindow: TTabSheet
  29.       Caption = 'General'
  30.       object Label1: TLabel
  31.         Left = 10
  32.         Top = 178
  33.         Width = 150
  34.         Height = 13
  35.         Alignment = taRightJustify
  36.         AutoSize = False
  37.         Caption = 'Left-top text:'
  38.       end
  39.       object Label5: TLabel
  40.         Left = 10
  41.         Top = 16
  42.         Width = 150
  43.         Height = 13
  44.         Alignment = taRightJustify
  45.         AutoSize = False
  46.         Caption = 'Product Name:'
  47.       end
  48.       object Label6: TLabel
  49.         Left = 10
  50.         Top = 64
  51.         Width = 150
  52.         Height = 13
  53.         Alignment = taRightJustify
  54.         AutoSize = False
  55.         Caption = 'Version:'
  56.       end
  57.       object Label7: TLabel
  58.         Left = 10
  59.         Top = 88
  60.         Width = 150
  61.         Height = 13
  62.         Alignment = taRightJustify
  63.         AutoSize = False
  64.         Caption = 'Firm Name:'
  65.       end
  66.       object Label3: TLabel
  67.         Left = 10
  68.         Top = 116
  69.         Width = 150
  70.         Height = 13
  71.         Alignment = taRightJustify
  72.         AutoSize = False
  73.         Caption = 'Top Color:'
  74.       end
  75.       object Label4: TLabel
  76.         Left = 10
  77.         Top = 145
  78.         Width = 150
  79.         Height = 13
  80.         Alignment = taRightJustify
  81.         AutoSize = False
  82.         Caption = 'Bottom Color:'
  83.       end
  84.       object PaintBox: TPaintBox
  85.         Left = 320
  86.         Top = 112
  87.         Width = 81
  88.         Height = 53
  89.         OnPaint = PaintBoxPaint
  90.       end
  91.       object Label12: TLabel
  92.         Left = 104
  93.         Top = 212
  94.         Width = 54
  95.         Height = 13
  96.         Caption = 'Before Run'
  97.       end
  98.       object Label13: TLabel
  99.         Left = 114
  100.         Top = 240
  101.         Width = 45
  102.         Height = 13
  103.         Caption = 'After Run'
  104.       end
  105.       object Label24: TLabel
  106.         Left = 10
  107.         Top = 40
  108.         Width = 150
  109.         Height = 13
  110.         Alignment = taRightJustify
  111.         AutoSize = False
  112.         Caption = 'Internal Name:'
  113.       end
  114.       object SetupText: TEdit
  115.         Left = 180
  116.         Top = 174
  117.         Width = 221
  118.         Height = 21
  119.         TabOrder = 6
  120.         Text = 'Product Setup'
  121.       end
  122.       object ProductName: TEdit
  123.         Left = 180
  124.         Top = 12
  125.         Width = 221
  126.         Height = 21
  127.         TabOrder = 0
  128.         Text = 'Product'
  129.       end
  130.       object ProductVersion: TEdit
  131.         Left = 180
  132.         Top = 60
  133.         Width = 221
  134.         Height = 21
  135.         TabOrder = 2
  136.         Text = 'alfa'
  137.       end
  138.       object FirmName: TEdit
  139.         Left = 180
  140.         Top = 84
  141.         Width = 221
  142.         Height = 21
  143.         TabOrder = 3
  144.         Text = 'Media Art'
  145.       end
  146.       object TopColor: TBitBtn
  147.         Left = 180
  148.         Top = 112
  149.         Width = 133
  150.         Height = 25
  151.         Caption = 'TopColor'
  152.         Font.Charset = DEFAULT_CHARSET
  153.         Font.Color = clBlue
  154.         Font.Height = -11
  155.         Font.Name = 'MS Sans Serif'
  156.         Font.Style = []
  157.         ParentFont = False
  158.         ParentShowHint = False
  159.         ShowHint = False
  160.         TabOrder = 4
  161.         OnClick = ColorBtnClick
  162.       end
  163.       object BottomColor: TBitBtn
  164.         Left = 180
  165.         Top = 140
  166.         Width = 133
  167.         Height = 25
  168.         Caption = 'BottomColor'
  169.         Font.Charset = DEFAULT_CHARSET
  170.         Font.Color = clBlack
  171.         Font.Height = -11
  172.         Font.Name = 'MS Sans Serif'
  173.         Font.Style = []
  174.         ParentFont = False
  175.         ParentShowHint = False
  176.         ShowHint = False
  177.         TabOrder = 5
  178.         OnClick = ColorBtnClick
  179.       end
  180.       object BeforeRun: TEdit
  181.         Left = 180
  182.         Top = 208
  183.         Width = 221
  184.         Height = 21
  185.         TabOrder = 7
  186.       end
  187.       object AfterRun: TEdit
  188.         Left = 180
  189.         Top = 236
  190.         Width = 220
  191.         Height = 21
  192.         TabOrder = 8
  193.       end
  194.       object InternalName: TEdit
  195.         Left = 180
  196.         Top = 36
  197.         Width = 221
  198.         Height = 21
  199.         TabOrder = 1
  200.         Text = 'Product'
  201.       end
  202.       object AutoUninstall: TCheckBox
  203.         Left = 180
  204.         Top = 264
  205.         Width = 221
  206.         Height = 17
  207.         Caption = 'Auto Uninstall in '#39'Add/Remove program'#39
  208.         TabOrder = 9
  209.       end
  210.     end
  211.     object TextInfo: TTabSheet
  212.       Caption = 'Texts'
  213.       object Label18: TLabel
  214.         Left = 72
  215.         Top = 4
  216.         Width = 87
  217.         Height = 13
  218.         Caption = 'Windows captions'
  219.       end
  220.       object Label2: TLabel
  221.         Left = 4
  222.         Top = 4
  223.         Width = 36
  224.         Height = 13
  225.         Caption = 'Buttons'
  226.       end
  227.       object Label11: TLabel
  228.         Left = 4
  229.         Top = 276
  230.         Width = 68
  231.         Height = 13
  232.         Caption = 'Uninstall string'
  233.       end
  234.       object Label17: TLabel
  235.         Left = 256
  236.         Top = 4
  237.         Width = 27
  238.         Height = 13
  239.         Caption = 'Errors'
  240.       end
  241.       object Label19: TLabel
  242.         Left = 162
  243.         Top = 268
  244.         Width = 78
  245.         Height = 13
  246.         Caption = 'Uninstall caption'
  247.       end
  248.       object NamePrev: TEdit
  249.         Left = 4
  250.         Top = 20
  251.         Width = 54
  252.         Height = 21
  253.         TabOrder = 0
  254.         Text = '< Back'
  255.       end
  256.       object NameNext: TEdit
  257.         Left = 4
  258.         Top = 44
  259.         Width = 54
  260.         Height = 21
  261.         TabOrder = 1
  262.         Text = 'Next >'
  263.       end
  264.       object NameCancel: TEdit
  265.         Left = 4
  266.         Top = 68
  267.         Width = 54
  268.         Height = 21
  269.         TabOrder = 2
  270.         Text = 'Cancel'
  271.       end
  272.       object NameYes: TEdit
  273.         Left = 4
  274.         Top = 92
  275.         Width = 54
  276.         Height = 21
  277.         TabOrder = 3
  278.         Text = 'Yes'
  279.       end
  280.       object NameNo: TEdit
  281.         Left = 4
  282.         Top = 116
  283.         Width = 54
  284.         Height = 21
  285.         TabOrder = 4
  286.         Text = 'No'
  287.       end
  288.       object NameBrowse: TEdit
  289.         Left = 4
  290.         Top = 140
  291.         Width = 54
  292.         Height = 21
  293.         TabOrder = 5
  294.         Text = 'Browse...'
  295.       end
  296.       object NameFinish: TEdit
  297.         Left = 4
  298.         Top = 164
  299.         Width = 54
  300.         Height = 21
  301.         TabOrder = 6
  302.         Text = 'Finish'
  303.       end
  304.       object LicenseCaption: TEdit
  305.         Left = 70
  306.         Top = 44
  307.         Width = 170
  308.         Height = 21
  309.         TabOrder = 9
  310.         Text = 'Software License Agreement'
  311.       end
  312.       object UserCaption: TEdit
  313.         Left = 70
  314.         Top = 68
  315.         Width = 170
  316.         Height = 21
  317.         TabOrder = 10
  318.         Text = 'User Information'
  319.       end
  320.       object DirectoryCaption: TEdit
  321.         Left = 70
  322.         Top = 92
  323.         Width = 170
  324.         Height = 21
  325.         TabOrder = 11
  326.         Text = 'Choose Destination Location'
  327.       end
  328.       object CopyingCaption: TEdit
  329.         Left = 70
  330.         Top = 164
  331.         Width = 170
  332.         Height = 21
  333.         TabOrder = 13
  334.         Text = 'Copying...'
  335.       end
  336.       object FinishCaption: TEdit
  337.         Left = 70
  338.         Top = 188
  339.         Width = 170
  340.         Height = 21
  341.         TabOrder = 14
  342.         Text = 'Setup Complete'
  343.       end
  344.       object GroupCaption: TEdit
  345.         Left = 70
  346.         Top = 116
  347.         Width = 170
  348.         Height = 21
  349.         TabOrder = 12
  350.         Text = 'Select program folder'
  351.       end
  352.       object Memo10: TMemo
  353.         Left = 4
  354.         Top = 292
  355.         Width = 421
  356.         Height = 22
  357.         TabOrder = 27
  358.         WordWrap = False
  359.       end
  360.       object ErrorFile: TEdit
  361.         Left = 251
  362.         Top = 20
  363.         Width = 172
  364.         Height = 21
  365.         TabOrder = 17
  366.         Text = 'File Copy Error: %s'
  367.       end
  368.       object ErrorShortcut: TEdit
  369.         Left = 251
  370.         Top = 44
  371.         Width = 172
  372.         Height = 21
  373.         TabOrder = 18
  374.         Text = 'Shortcut creating error: %s'
  375.       end
  376.       object ErrorMissing: TEdit
  377.         Left = 251
  378.         Top = 68
  379.         Width = 172
  380.         Height = 21
  381.         TabOrder = 19
  382.         Text = 'Source file missing: %s'
  383.       end
  384.       object ErrorAbortQuestion: TEdit
  385.         Left = 251
  386.         Top = 92
  387.         Width = 172
  388.         Height = 21
  389.         TabOrder = 20
  390.         Text = 'Abort Setup ?'
  391.       end
  392.       object ErrorNotCompleted: TEdit
  393.         Left = 251
  394.         Top = 116
  395.         Width = 172
  396.         Height = 21
  397.         TabOrder = 21
  398.         Text = 'Setup not completed'
  399.       end
  400.       object ErrorAborted: TEdit
  401.         Left = 251
  402.         Top = 140
  403.         Width = 172
  404.         Height = 21
  405.         TabOrder = 22
  406.         Text = 'Setup aborted'
  407.       end
  408.       object ErrorDiskSpace: TEdit
  409.         Left = 251
  410.         Top = 164
  411.         Width = 172
  412.         Height = 21
  413.         TabOrder = 23
  414.         Text = 'Disk space required: %d kb. Please choose another disk'
  415.       end
  416.       object NameRegister: TEdit
  417.         Left = 4
  418.         Top = 188
  419.         Width = 54
  420.         Height = 21
  421.         TabOrder = 7
  422.         Text = 'Register'
  423.       end
  424.       object URL: TEdit
  425.         Left = 70
  426.         Top = 212
  427.         Width = 170
  428.         Height = 21
  429.         Hint = 'Clear this field if you don'#39't want to register'
  430.         TabOrder = 15
  431.         Text = 'http://www.mdart.com'
  432.       end
  433.       object ErrorInternetBrowser: TEdit
  434.         Left = 251
  435.         Top = 188
  436.         Width = 172
  437.         Height = 21
  438.         TabOrder = 24
  439.         Text = 'Error opening Internet browser'
  440.       end
  441.       object ErrorKeyword: TEdit
  442.         Left = 251
  443.         Top = 212
  444.         Width = 172
  445.         Height = 21
  446.         TabOrder = 25
  447.         Text = 'Wrong keyword'
  448.       end
  449.       object CaptionUninstall: TEdit
  450.         Left = 253
  451.         Top = 264
  452.         Width = 172
  453.         Height = 21
  454.         TabOrder = 26
  455.         Text = 'Uninstall'
  456.       end
  457.       object WelcomeCaption: TEdit
  458.         Left = 70
  459.         Top = 20
  460.         Width = 170
  461.         Height = 21
  462.         TabOrder = 8
  463.         Text = 'Welcome!'
  464.       end
  465.       object CustomCaption: TEdit
  466.         Left = 70
  467.         Top = 236
  468.         Width = 170
  469.         Height = 21
  470.         TabOrder = 16
  471.         Text = 'Custom setup'
  472.       end
  473.       object WordCaption: TEdit
  474.         Left = 72
  475.         Top = 140
  476.         Width = 170
  477.         Height = 21
  478.         TabOrder = 28
  479.         Text = 'Word Version Select'
  480.       end
  481.     end
  482.     object Files: TTabSheet
  483.       Caption = 'Files and icons'
  484.       object Label8: TLabel
  485.         Left = 4
  486.         Top = 8
  487.         Width = 72
  488.         Height = 13
  489.         Caption = 'File list to copy:'
  490.       end
  491.       object Label9: TLabel
  492.         Left = 4
  493.         Top = 156
  494.         Width = 63
  495.         Height = 13
  496.         Caption = 'Group Name:'
  497.       end
  498.       object Label10: TLabel
  499.         Left = 4
  500.         Top = 177
  501.         Width = 44
  502.         Height = 13
  503.         Caption = 'Icons list:'
  504.       end
  505.       object GroupName: TEdit
  506.         Left = 128
  507.         Top = 152
  508.         Width = 289
  509.         Height = 21
  510.         TabOrder = 1
  511.         Text = '%ProductName%'
  512.       end
  513.       object ListFiles: TMemo
  514.         Left = 4
  515.         Top = 24
  516.         Width = 409
  517.         Height = 117
  518.         TabOrder = 0
  519.         WordWrap = False
  520.       end
  521.       object ListIcons: TMemo
  522.         Left = 4
  523.         Top = 196
  524.         Width = 413
  525.         Height = 81
  526.         TabOrder = 2
  527.         WordWrap = False
  528.       end
  529.     end
  530.     object Registry: TTabSheet
  531.       Caption = 'Registry'
  532.       object Label20: TLabel
  533.         Left = 2
  534.         Top = 1
  535.         Width = 329
  536.         Height = 13
  537.         Caption = '[HKEY_CURRENT_USER\Software\%FirmName%\%InternalName%]'
  538.       end
  539.       object Label21: TLabel
  540.         Left = 2
  541.         Top = 16
  542.         Width = 102
  543.         Height = 13
  544.         Caption = '"Version"=%Version%'
  545.       end
  546.       object Label22: TLabel
  547.         Left = 2
  548.         Top = 32
  549.         Width = 113
  550.         Height = 13
  551.         Caption = '"CDPath"=%CDPATH%'
  552.       end
  553.       object Label23: TLabel
  554.         Left = 2
  555.         Top = 48
  556.         Width = 115
  557.         Height = 13
  558.         Caption = '"HDPath"=%HDPATH%'
  559.       end
  560.       object RegList: TMemo
  561.         Left = 1
  562.         Top = 64
  563.         Width = 417
  564.         Height = 217
  565.         ScrollBars = ssVertical
  566.         TabOrder = 0
  567.         WordWrap = False
  568.       end
  569.       object Import: TButton
  570.         Left = 336
  571.         Top = 34
  572.         Width = 81
  573.         Height = 25
  574.         Caption = 'Import *.reg'
  575.         TabOrder = 1
  576.         OnClick = ImportClick
  577.       end
  578.     end
  579.     object WelcomeDialog: TTabSheet
  580.       Caption = 'Welcome'
  581.       object Image1: TImage
  582.         Left = 8
  583.         Top = 4
  584.         Width = 120
  585.         Height = 260
  586.       end
  587.       object Memo1: TMemo
  588.         Left = 140
  589.         Top = 4
  590.         Width = 277
  591.         Height = 260
  592.         Color = clBtnFace
  593.         TabOrder = 0
  594.       end
  595.     end
  596.     object LicenseDialog: TTabSheet
  597.       Caption = 'License'
  598.       object Image2: TImage
  599.         Left = 12
  600.         Top = 8
  601.         Width = 32
  602.         Height = 32
  603.         AutoSize = True
  604.       end
  605.       object Memo2: TMemo
  606.         Left = 60
  607.         Top = 8
  608.         Width = 349
  609.         Height = 33
  610.         Color = clBtnFace
  611.         TabOrder = 0
  612.       end
  613.       object Memo4: TMemo
  614.         Left = 12
  615.         Top = 236
  616.         Width = 397
  617.         Height = 41
  618.         Color = clBtnFace
  619.         TabOrder = 2
  620.       end
  621.       object License: TMemo
  622.         Left = 12
  623.         Top = 44
  624.         Width = 397
  625.         Height = 189
  626.         ScrollBars = ssVertical
  627.         TabOrder = 1
  628.       end
  629.     end
  630.     object UserDialog: TTabSheet
  631.       Caption = 'User information'
  632.       object Image3: TImage
  633.         Left = 8
  634.         Top = 4
  635.         Width = 120
  636.         Height = 260
  637.         AutoSize = True
  638.       end
  639.       object Memo5: TMemo
  640.         Left = 140
  641.         Top = 4
  642.         Width = 269
  643.         Height = 61
  644.         Color = clBtnFace
  645.         TabOrder = 0
  646.       end
  647.       object UserNameLabel: TEdit
  648.         Left = 140
  649.         Top = 88
  650.         Width = 121
  651.         Height = 21
  652.         Color = clBtnFace
  653.         TabOrder = 1
  654.         Text = 'Your name:'
  655.       end
  656.       object SerialNumberLabel: TEdit
  657.         Left = 140
  658.         Top = 152
  659.         Width = 121
  660.         Height = 21
  661.         Color = clBtnFace
  662.         TabOrder = 2
  663.         Text = 'Keyword:'
  664.       end
  665.       object Memo6: TMemo
  666.         Left = 140
  667.         Top = 188
  668.         Width = 269
  669.         Height = 77
  670.         Color = clBtnFace
  671.         TabOrder = 6
  672.       end
  673.       object OrganizationLabel: TEdit
  674.         Left = 140
  675.         Top = 120
  676.         Width = 121
  677.         Height = 21
  678.         Color = clBtnFace
  679.         TabOrder = 3
  680.         Text = 'Organization:'
  681.       end
  682.       object KeywordNeeded: TCheckBox
  683.         Left = 264
  684.         Top = 160
  685.         Width = 121
  686.         Height = 17
  687.         Caption = 'Required'
  688.         TabOrder = 5
  689.         OnClick = KeywordNeededClick
  690.       end
  691.       object Protection: TMemo
  692.         Left = 264
  693.         Top = 68
  694.         Width = 145
  695.         Height = 89
  696.         Hint = '#Page,#Line,#Word,Keyword'
  697.         TabOrder = 4
  698.       end
  699.       object SetupDat: TCheckBox
  700.         Left = 140
  701.         Top = 268
  702.         Width = 97
  703.         Height = 17
  704.         Caption = 'SetupDat'
  705.         TabOrder = 7
  706.       end
  707.     end
  708.     object CustomDialog: TTabSheet
  709.       Caption = 'Custom'
  710.       object Image8: TImage
  711.         Left = 8
  712.         Top = 4
  713.         Width = 120
  714.         Height = 260
  715.         AutoSize = True
  716.       end
  717.       object Label14: TLabel
  718.         Left = 145
  719.         Top = 179
  720.         Width = 180
  721.         Height = 13
  722.         Caption = 'Radio Buttons (if flag text is not empty)'
  723.       end
  724.       object CustomMemo: TMemo
  725.         Left = 140
  726.         Top = 4
  727.         Width = 277
  728.         Height = 61
  729.         Color = clBtnFace
  730.         TabOrder = 0
  731.       end
  732.       object FlagText1: TEdit
  733.         Left = 144
  734.         Top = 195
  735.         Width = 201
  736.         Height = 21
  737.         TabOrder = 1
  738.         Text = 'FlagText1'
  739.       end
  740.       object FlagText2: TEdit
  741.         Left = 144
  742.         Top = 219
  743.         Width = 201
  744.         Height = 21
  745.         TabOrder = 2
  746.         Text = 'FlagText2'
  747.       end
  748.       object FlagText3: TEdit
  749.         Left = 144
  750.         Top = 243
  751.         Width = 201
  752.         Height = 21
  753.         TabOrder = 3
  754.         Text = 'FlagText3'
  755.       end
  756.       object Flag1: TEdit
  757.         Left = 349
  758.         Top = 195
  759.         Width = 67
  760.         Height = 21
  761.         TabOrder = 4
  762.         Text = 'Flag1'
  763.       end
  764.       object Flag2: TEdit
  765.         Left = 349
  766.         Top = 219
  767.         Width = 67
  768.         Height = 21
  769.         TabOrder = 5
  770.         Text = 'Flag2'
  771.       end
  772.       object Flag3: TEdit
  773.         Left = 349
  774.         Top = 243
  775.         Width = 67
  776.         Height = 21
  777.         TabOrder = 6
  778.         Text = 'Flag3'
  779.       end
  780.     end
  781.     object ChooseDir: TTabSheet
  782.       Caption = 'Destination'
  783.       object Image4: TImage
  784.         Left = 8
  785.         Top = 4
  786.         Width = 120
  787.         Height = 260
  788.         AutoSize = True
  789.       end
  790.       object Bevel2: TBevel
  791.         Left = 140
  792.         Top = 192
  793.         Width = 273
  794.         Height = 71
  795.       end
  796.       object Memo7: TMemo
  797.         Left = 140
  798.         Top = 4
  799.         Width = 269
  800.         Height = 161
  801.         Color = clBtnFace
  802.         TabOrder = 0
  803.       end
  804.       object InstallDirLabel: TEdit
  805.         Left = 152
  806.         Top = 184
  807.         Width = 133
  808.         Height = 21
  809.         Color = clBtnFace
  810.         TabOrder = 1
  811.         Text = 'Destination Directory'
  812.       end
  813.       object DefaultDir: TEdit
  814.         Left = 152
  815.         Top = 208
  816.         Width = 253
  817.         Height = 21
  818.         Color = clBtnFace
  819.         TabOrder = 2
  820.         Text = '%ProgramFiles%\%ProductName%'
  821.       end
  822.       object Button1: TButton
  823.         Left = 330
  824.         Top = 234
  825.         Width = 75
  826.         Height = 25
  827.         Caption = 'Browse'
  828.         TabOrder = 3
  829.       end
  830.     end
  831.     object SelectFolder: TTabSheet
  832.       Caption = 'Folder'
  833.       object Image7: TImage
  834.         Left = 8
  835.         Top = 4
  836.         Width = 120
  837.         Height = 260
  838.         AutoSize = True
  839.       end
  840.       object Memo9: TMemo
  841.         Left = 136
  842.         Top = 4
  843.         Width = 277
  844.         Height = 93
  845.         TabOrder = 0
  846.       end
  847.     end
  848.     object CopyingDialog: TTabSheet
  849.       Caption = 'Process'
  850.       object Image5: TImage
  851.         Left = 8
  852.         Top = 4
  853.         Width = 120
  854.         Height = 260
  855.         AutoSize = True
  856.       end
  857.       object Process1: TEdit
  858.         Left = 156
  859.         Top = 120
  860.         Width = 257
  861.         Height = 21
  862.         TabOrder = 1
  863.         Text = 'Copying files'
  864.       end
  865.       object Process2: TEdit
  866.         Left = 156
  867.         Top = 148
  868.         Width = 257
  869.         Height = 21
  870.         TabOrder = 2
  871.         Text = 'Creating program group'
  872.       end
  873.       object Process3: TEdit
  874.         Left = 156
  875.         Top = 176
  876.         Width = 257
  877.         Height = 21
  878.         TabOrder = 3
  879.         Text = 'Creating icons'
  880.       end
  881.       object Process4: TEdit
  882.         Left = 156
  883.         Top = 204
  884.         Width = 257
  885.         Height = 21
  886.         TabOrder = 4
  887.         Text = 'Updating system information'
  888.       end
  889.       object Memo3: TMemo
  890.         Left = 136
  891.         Top = 4
  892.         Width = 277
  893.         Height = 93
  894.         TabOrder = 0
  895.       end
  896.     end
  897.     object ExitDialog: TTabSheet
  898.       Caption = 'Exit'
  899.       object Image6: TImage
  900.         Left = 8
  901.         Top = 4
  902.         Width = 120
  903.         Height = 260
  904.         AutoSize = True
  905.       end
  906.       object Memo8: TMemo
  907.         Left = 136
  908.         Top = 4
  909.         Width = 277
  910.         Height = 261
  911.         TabOrder = 0
  912.       end
  913.       object Restart: TCheckBox
  914.         Left = 136
  915.         Top = 293
  916.         Width = 97
  917.         Height = 17
  918.         Caption = 'Restart required'
  919.         TabOrder = 2
  920.       end
  921.       object RestartText: TEdit
  922.         Left = 137
  923.         Top = 270
  924.         Width = 276
  925.         Height = 21
  926.         TabOrder = 1
  927.         Text = 'Restart now'
  928.       end
  929.     end
  930.     object Word: TTabSheet
  931.       Caption = 'Word'
  932.       ImageIndex = 12
  933.       object Bevel1: TBevel
  934.         Left = 216
  935.         Top = 178
  936.         Width = 187
  937.         Height = 99
  938.       end
  939.       object Memo11: TMemo
  940.         Left = 8
  941.         Top = 10
  942.         Width = 303
  943.         Height = 139
  944.         Color = clBtnFace
  945.         Lines.Strings = (
  946.           'Please indicate which version of Microsoft Word is installed on'
  947.           'your computer.')
  948.         TabOrder = 0
  949.       end
  950.       object Edit1: TEdit
  951.         Left = 238
  952.         Top = 168
  953.         Width = 111
  954.         Height = 25
  955.         AutoSelect = False
  956.         AutoSize = False
  957.         Color = clBtnFace
  958.         TabOrder = 1
  959.         Text = 'Word Language'
  960.       end
  961.       object Edit2: TEdit
  962.         Left = 12
  963.         Top = 168
  964.         Width = 185
  965.         Height = 25
  966.         AutoSize = False
  967.         Color = clBtnFace
  968.         TabOrder = 2
  969.         Text = ' Word Version'
  970.       end
  971.       object Edit3: TEdit
  972.         Left = 244
  973.         Top = 202
  974.         Width = 129
  975.         Height = 21
  976.         Color = clBtnFace
  977.         TabOrder = 3
  978.         Text = 'English'
  979.       end
  980.       object Edit4: TEdit
  981.         Left = 244
  982.         Top = 238
  983.         Width = 129
  984.         Height = 21
  985.         Color = clBtnFace
  986.         TabOrder = 4
  987.         Text = 'German'
  988.       end
  989.     end
  990.   end
  991.   object ExitBtn: TButton
  992.     Left = 368
  993.     Top = 366
  994.     Width = 75
  995.     Height = 25
  996.     Caption = 'Exit'
  997.     ModalResult = 2
  998.     TabOrder = 3
  999.     OnClick = ExitBtnClick
  1000.   end
  1001.   object LoadBtn: TBitBtn
  1002.     Left = 2
  1003.     Top = 366
  1004.     Width = 121
  1005.     Height = 25
  1006.     Caption = 'Load setup.inf'
  1007.     TabOrder = 1
  1008.     OnClick = LoadBtnClick
  1009.   end
  1010.   object SaveBtn: TBitBtn
  1011.     Left = 128
  1012.     Top = 366
  1013.     Width = 109
  1014.     Height = 25
  1015.     Caption = 'Save setup.inf'
  1016.     TabOrder = 2
  1017.     OnClick = SaveBtnClick
  1018.   end
  1019.   object OpenDialog: TOpenDialog
  1020.     DefaultExt = 'inf'
  1021.     FileName = 'setup.inf'
  1022.     Filter = 'Setup inf|setup*.inf|All files|*.*'
  1023.     Options = []
  1024.     Title = 'Open .inf from'
  1025.     Left = 270
  1026.     Top = 366
  1027.   end
  1028.   object ColorDialog: TColorDialog
  1029.     Ctl3D = True
  1030.     Options = [cdFullOpen, cdAnyColor]
  1031.     Left = 298
  1032.     Top = 366
  1033.   end
  1034.   object OpenReg: TOpenDialog
  1035.     DefaultExt = '*.reg'
  1036.     Filter = '*.reg|*.reg'
  1037.     Options = [ofHideReadOnly, ofNoChangeDir, ofFileMustExist]
  1038.     Title = 'Registry file import'
  1039.     Left = 242
  1040.     Top = 366
  1041.   end
  1042.   object SaveDialog: TSaveDialog
  1043.     Left = 326
  1044.     Top = 366
  1045.   end
  1046. end
  1047.